ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / CustomFilterOperatorCollection Class / FindIndex Method / FindIndex(Predicate<CustomFilterOperator>) Method

In This Topic
    FindIndex(Predicate<CustomFilterOperator>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal match As System.Predicate(Of CustomFilterOperator) _
    ) As System.Integer
    public System.int FindIndex( 
       System.Predicate<CustomFilterOperator> match
    )

    Parameters

    match
    See Also